In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / DrawPie Method

DrawPie Method (GdPicturePDF)

In This Topic
Syntax
'Declaration

 

Public Function DrawPie( _

   ByVal Left As Single, _

   ByVal Top As Single, _

   ByVal Radius As Single, _

   ByVal StartAngle As Single, _

   ByVal EndAngle As Single, _

   ByVal Fill As Boolean, _

   ByVal Stroke As Boolean _

) As GdPictureStatus
public GdPictureStatus DrawPie( 

   float Left,

   float Top,

   float Radius,

   float StartAngle,

   float EndAngle,

   bool Fill,

   bool Stroke

)
public function DrawPie( 

    Left: Single;

    Top: Single;

    Radius: Single;

    StartAngle: Single;

    EndAngle: Single;

    Fill: Boolean;

    Stroke: Boolean

): GdPictureStatus; 
public function DrawPie( 

   Left : float,

   Top : float,

   Radius : float,

   StartAngle : float,

   EndAngle : float,

   Fill : boolean,

   Stroke : boolean

) : GdPictureStatus;
public: GdPictureStatus DrawPie( 

   float Left,

   float Top,

   float Radius,

   float StartAngle,

   float EndAngle,

   bool Fill,

   bool Stroke

) 
public:

GdPictureStatus DrawPie( 

   float Left,

   float Top,

   float Radius,

   float StartAngle,

   float EndAngle,

   bool Fill,

   bool Stroke

) 

Parameters

Left
Top
Radius
StartAngle
EndAngle
Fill
Stroke
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members